home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / otherstuff / jst_dev / installwizard / installer-parts / make-diskimage < prev    next >
Text File  |  1999-04-20  |  298b  |  8 lines

  1.  
  2. (message ("\n\n\n\n\n\nPlease insert %s disk %lc in drive %s" @app-name #diskno #CI_drive))
  3.     (if
  4.         (= 0 (run ("%s %ld %s %skiprob% >con:10/10/340/200//CLOSE/WAIT" #diskimager #CI_unit (tackon #dest ("%diskfile%%lc" #diskno)) ) ) )
  5.         ("")
  6.         (abort ("\"%s\" must be in your PATH !" #diskimager))
  7.     )
  8.